- binary key
- двоичный ключ
Англо-русский словарь по компьютерной безопасности. Академик.ру. 2011.
Англо-русский словарь по компьютерной безопасности. Академик.ру. 2011.
Binary decision diagram — In the field of computer science, a binary decision diagram (BDD) or branching program, like a negation normal form (NNF) or a propositional directed acyclic graph (PDAG), is a data structure that is used to represent a Boolean function. On a… … Wikipedia
Binary search tree — In computer science, a binary search tree (BST) is a binary tree data structurewhich has the following properties: *each node (item in the tree) has a value; *a total order (linear order) is defined on these values; *the left subtree of a node… … Wikipedia
Binary form — This article is about the musical form. For other uses, see Binary form (disambiguation). Binary form is a musical form in two related sections, both of which are usually repeated. Binary is also a structure used to choreograph dance. Binary form … Wikipedia
binary form — a basic musical form having two closely related sections. [1870 75] * * * ▪ music in music, the structural pattern of many songs and instrumental pieces, primarily from the 17th to the 19th century, characterized by two complementary,… … Universalium
Binary prefix — Prefixes for bit and byte multiples Decimal Value SI 1000 k kilo 10002 M mega … Wikipedia
Binary File Descriptor library — The BFD, or Binary File Descriptor library, is the GNU Project s main mechanism for the portable manipulation of object files in a variety of formats. As of 2003, it supports approximately 50 file formats for some 25 processor architectures.BFD… … Wikipedia
Key space — In cryptography, an algorithm s key space refers to the set of all possible keys that can be used to initialize it. For example, if an algorithm works using a key that is a string of 10 bits, then its key space is the set of all binary strings of … Wikipedia
binary cut key — n. a key whose combination only allows for two possibilities in each bitting position: cut/no cut … Locksmith dictionary
binary form — /ˈbaɪnəri fɔm/ (say buynuhree fawm) noun a musical form founded on two themes, or on two balancing or answering sections or phrases, especially with each one in a different key …
Self-balancing binary search tree — In computer science, a self balancing binary search tree or height balanced binary search tree is a binary search tree that attempts to keep its height , or the number of levels of nodes beneath the root, as small as possible at all times,… … Wikipedia
Uniform binary search — is an optimization of the classic binary search algorithm invented by Donald Knuth and given in Knuth s The Art of Computer Programming . It uses a lookup table to update a single array index, rather than taking the midpoint of an upper and a… … Wikipedia